home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / pchelp.arc / PC-FONT.### < prev    next >
Text File  |  1985-01-23  |  6KB  |  101 lines

  1. COMMAND:  PC-FONT                               DOCUMENTATION : Off-line
  2.  
  3. FUNCTION: Provides a variety of enhanced printing capabilities on a graphics
  4.           printer, including access to the extended character set.
  5.  
  6. FORMAT:   PC-FONT [d:]filespec [1x][2x][3x][4x][5x][6x]
  7.  
  8. TYPE:     Public domain software (SJL,4473 Marlborough #5,San Diego,CA 92116)
  9.  
  10. REMARKS:  There must be exactly one space between PC-FONT and the file
  11.           specification, including the optional drive designation. Parameters
  12.           may be entered in upper or lower case and may be listed in any
  13.           order. The following options are available:
  14.  
  15.           1x : sets the default font size and density, where x can be:
  16.  
  17.                ┌───────┬─────────────────┬────┬────┬────┬────────────────┐
  18.                │  1x   │ Font Size       │ CPI│ CPL│ LPI│ Font Density   │
  19.                ├───────┼─────────────────┼────┼────┼────┼────────────────┤
  20.                │   A   │ Condensed       │10.0│ 132│ 14 │ Double strike  │
  21.                │   B   │ Compressed      │17.2│ 132│  8 │ Standard       │
  22.                │   C   │ Compressed      │17.2│ 132│  8 │ Double strike  │
  23.                │ * D   │ STANDARD        │10.0│  80│  6 │ STANDARD       │
  24.                │   E   │ Standard        │10.0│  80│  6 │ Double strike  │
  25.                │   F   │ Standard        │10.0│  80│  6 │ Emphasized     │
  26.                │   G   │ Standard        │10.0│  80│  6 │ Correspondence │
  27.                │   H   │ Compressed-Wide │ 8.5│  66│  6 │ Standard       │
  28.                │   I   │ Compressed-Wide │ 8.5│  66│  6 │ Double strike  │
  29.                │   J   │ Double width    │ 5.0│  40│  6 │ Standard       │
  30.                │   K   │ Double width    │ 5.0│  40│  6 │ Double strike  │
  31.                │   L   │ Double width    │ 5.0│  40│  6 │ Emphasized     │
  32.                │   M   │ Double width    │ 5.0│  40│  6 │ Correspondence │
  33.                └───────┴─────────────────┴────┴────┴────┴────────────────┘
  34.  
  35.           2x : sets the default font style, where x can be:
  36.  
  37.                ┌───────┬─────────────────────────────────────────────────┐
  38.                │  2x   │ Font Style                                      │
  39.                ├───────┼─────────────────────────────────────────────────┤
  40.                │ * N   │ STANDARD                                        │
  41.                │   I   │ Italics                                         │
  42.                └───────┴─────────────────────────────────────────────────┘
  43.  
  44.           3x : sets the line spacing, where x can be:
  45.  
  46.                ┌───────┬─────────────────────────────────────────────────┐
  47.                │  3x   │ Line Spacing                                    │
  48.                ├───────┼─────────────────────────────────────────────────┤
  49.                │ * S   │ SINGLE                                          │
  50.                │   H   │ One and a Half                                  │
  51.                │   D   │ Double                                          │
  52.                │   T   │ Triple                                          │
  53.                └───────┴─────────────────────────────────────────────────┘
  54.  
  55.           4x : determines  whether   the   printer   will  skip  over
  56.                perforations, where x can be:
  57.  
  58.                ┌───────┬─────────────────────────────────────────────────┐
  59.                │  4x   │ Skip Over Perforation                           │
  60.                ├───────┼─────────────────────────────────────────────────┤
  61.                │ * N   │ DON'T SKIP OVER PERFORATIONS                    │
  62.                │   Y   │ Skip over Perforations                          │
  63.                └───────┴─────────────────────────────────────────────────┘
  64.  
  65.                Choose the  "N"  option  when  the  file  already  contains
  66.                formatting characters, e.g.  when the file has been printed
  67.                back to a diskette file from a word processor.
  68.  
  69.           5x : determines the character set where x can be:
  70.  
  71.                ┌───────┬─────────────────────────────────────────────────┐
  72.                │  5x   │ Character Set                                   │
  73.                ├───────┼─────────────────────────────────────────────────┤
  74.                │ * E   │ EXTENDED                                        │
  75.                │   S   │ Standard                                        │
  76.                └───────┴─────────────────────────────────────────────────┘
  77.  
  78.                The "E" option selects all characters from the 244 extended
  79.                character  set.  Both  Epson  and IBM Printers can use this
  80.                option.
  81.  
  82.                The "S"  option  prints  all  characters  from the printers
  83.                standard character set. This is useful if the file contains
  84.                no  extended  characters  but  other  PC-Font  options  are
  85.                desired.
  86.  
  87.           6x : defines an alternate escape character  which  will  be
  88.                treated  as  ASCII  27.  This can be used to change printer
  89.                options within a file,  (covered in the Advanced Operations
  90.                Section).
  91.  
  92.                ┌───────┬─────────────────────────────────────────────────┐
  93.                │  6x   │ Alternate Escape Character (ASCII 27)           │
  94.                ├───────┼─────────────────────────────────────────────────┤
  95.                │   x   │ x = any character except the numbers 1-5. (The  │
  96.                │       │     ^ is recommended.) The default is the stan- │
  97.                │       │     dard escape character, ASCII 27.            │
  98.                └───────┴─────────────────────────────────────────────────┘
  99.  
  100.           Note : * indicates the default value of each option.
  101.